GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-09T03:21:41.5093498+00:00",
"SubmitDate": "2025-12-09T03:21:41.5093498+00:00",
"ReportPeriodStart": "2025-12-09T03:21:41.5093498+00:00",
"ReportPeriodEnd": "2025-12-09T03:21:41.5093498+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4be2c5e8-674b-4c6e-a5b2-3e8e6bd9d98e",
"Rows": [
{
"ItemId": "25dca368-625f-4964-a08f-c58ed0f76ef7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "25dca368-625f-4964-a08f-c58ed0f76ef7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4be2c5e8-674b-4c6e-a5b2-3e8e6bd9d98e",
"Rows": [
{
"ItemId": "25dca368-625f-4964-a08f-c58ed0f76ef7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "25dca368-625f-4964-a08f-c58ed0f76ef7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1a04746a-4d3b-4aec-a98c-dfdabce7f342",
"0111cfc7-486d-43d0-a985-77a1a733d37c"
],
"Approvers": [
"202e3a7b-e367-4c38-a633-54de5251f49a",
"1b8d9700-f6f2-478b-a4d5-c7ccdb3c4ca3"
],
"ApprovedBy": "00872698-9323-490b-8efc-4d3e6adc4698",
"ApprovalDate": "2025-12-09T03:21:41.5093498+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1a19a85d-318a-4e9b-875b-7203460be6e8",
"id": "d52e5eaf-e07d-42e7-80ce-93aeb1e25b9b",
"ConfigId": "53ce8a03-aba9-4a1b-a75e-0a6cd4a5b55e"
},
{
"GenerationDate": "2025-12-09T03:21:41.5093498+00:00",
"SubmitDate": "2025-12-09T03:21:41.5093498+00:00",
"ReportPeriodStart": "2025-12-09T03:21:41.5093498+00:00",
"ReportPeriodEnd": "2025-12-09T03:21:41.5093498+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4be2c5e8-674b-4c6e-a5b2-3e8e6bd9d98e",
"Rows": [
{
"ItemId": "25dca368-625f-4964-a08f-c58ed0f76ef7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "25dca368-625f-4964-a08f-c58ed0f76ef7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4be2c5e8-674b-4c6e-a5b2-3e8e6bd9d98e",
"Rows": [
{
"ItemId": "25dca368-625f-4964-a08f-c58ed0f76ef7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "25dca368-625f-4964-a08f-c58ed0f76ef7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1a04746a-4d3b-4aec-a98c-dfdabce7f342",
"0111cfc7-486d-43d0-a985-77a1a733d37c"
],
"Approvers": [
"202e3a7b-e367-4c38-a633-54de5251f49a",
"1b8d9700-f6f2-478b-a4d5-c7ccdb3c4ca3"
],
"ApprovedBy": "00872698-9323-490b-8efc-4d3e6adc4698",
"ApprovalDate": "2025-12-09T03:21:41.5093498+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1a19a85d-318a-4e9b-875b-7203460be6e8",
"id": "d52e5eaf-e07d-42e7-80ce-93aeb1e25b9b",
"ConfigId": "53ce8a03-aba9-4a1b-a75e-0a6cd4a5b55e"
}
]